home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / question.dir / 00036_Script_36 < prev    next >
Text File  |  1994-11-29  |  301b  |  16 lines

  1. -- Used in individual topic section
  2. -- This is frame + 1 exit routine
  3.  
  4. on exitFrame
  5.   
  6.   set the cursor of sprite 3 to 0
  7.   set the cursor of sprite 4 to 0
  8.   set the cursor of sprite 20 to 0
  9.   updateStage
  10.   go to frame "PLNWall" of movie "chlwall"
  11.   
  12. end
  13.  
  14. on enterFrame
  15.   updateStage
  16. end